
.banner{
    height: 539px!important;
    /* background: url(../images/index/banner.png) center no-repeat; */
}

.banner .swiper-pagination-bullet{
    width: 11px!important;
    height: 11px!important;
    background: #fff!important;
    border-radius: inherit!important;
    opacity: unset!important;
}

.banner .swiper-pagination-bullet-active{
    background: #2c66b8!important;
    width: 37px!important;
}

.banner .swiper-button-next, .banner .swiper-button-prev{
    width: 41px!important;
    height: 31px!important;
    border: 1px solid #fff;
    color: #fff!important;
    margin-top: -23%!important;
    display: none;
    text-align: center!important;
    padding-top: 10px!important;
}

.banner:hover .swiper-button-next{
    display: block;
}

.banner:hover .swiper-button-prev{
    display: block;
}

.banner .swiper-button-next:hover, .banner .swiper-button-prev:hover{
    border: 1px solid #2c66b8;
    background: #2c66b8;
}

.banner .swiper-button-next:after, .banner .swiper-button-prev:after{
    font-size: inherit!important;
}

.banner .swiper-button-next, .swiper-rtl .swiper-button-prev{
    right: -7%!important;
}

.banner .swiper-button-prev, .swiper-rtl .swiper-button-next{
    left: -7%!important;
}

.banner .ban-p{
    bottom: 7%!important;
}

.banner .index-ban{
    position: absolute;
    top: 0%;
    /* transform: translateY(-50%); */
}

.t-e{
    width: 85%;
}

.news{
    margin-top: 55px;
    height: 540px;
}

.news_tab{
    width: 20%;
}

.news .news_tab .news_title{
    position: relative;
    width: 100%;
    height: 70px;
}

.news .news_tab .news_title .p1{
    line-height: 70px;
    position: absolute;
    z-index: 10;
    color: #124ea3;
    font-size: 38px;
    font-weight: bold;
}

.news .news_tab .news_title .p2{
    font-size: 26px;
    color: #e1e1e1;
    position: absolute;
    z-index: 1;
    bottom: 0;
    font-weight: 600;
}

.news .news_tab .news_title .p1 span{
    font-size: 38px;
    color: #333;
}

.news .news_tab li{
    color: #666;
    font-size: 20px;
    line-height: 70px;
}

.news .news_tab li:hover{
    cursor:pointer;
    color: #124ea3;
}

.news .news_tab li .p3.active{
    color: #124ea3;
}

.news_box{
    width: 80%;
}

.tab-item{
    display: none;
}

.tab-item.active{
    display: block;
}

.news_list1{
    float: left;
    width: 960px;
    height: 260px;
}

.news_list1 a{
    width: 462px;
    float: left;
    margin: 0 9px;
}

.news_pic1{
    width: 462px;
    height: 260px;
    overflow: hidden;
    position: relative;
}

.news_pic1 img{
    width: 100%;
    height: auto;
}

.news_pic2{
    width: 100%;
    height: 100%;
    /* background: url(../images/index/news_pic2.png) center no-repeat; */
}

.news_text1{
    overflow: hidden;
    border-bottom: 1px solid #ddd;
    width: 462px;
}

.news_text1 .p4{
    font-size: 18px;
    color: #000;
    margin-top: 15px;
    height: 45px;
    font-weight: bold;
    padding-bottom: 20px;
}

/* .news_text1 .p5{
    font-size: 16px;
    color: #999;
    float: right;
    margin-bottom: 15px;
    margin-top: 15px;
    font-weight: bold;
} */

.news_pic1 .p5{
    font-size: 16px;
    color: #fff;
    /* float: right;
    margin-bottom: 15px;
    margin-top: 15px; */
    font-weight: bold;
    width: 100px;
    height: 50px;
    position: absolute;
    bottom: 0;
    right: 0;
    background: rgba(18, 78, 163, 0.6);
    line-height: 50px;
    text-align: center;
}

.tab-item a:hover p{
    color: #f00;
}

.news_text1 .p6{
    font-size: 16px;
    color: #000;
    margin-top: 20px;
    float: left;
    margin-bottom: 20px;
}

.news_text1 .p7{
    font-size: 14px;
    color: #999;
    float: right;
    margin-bottom: 20px;
    margin-top: 20px;
}

.product{
    width: 100%;
    height: 740px;
    background: url(../images/index/product_bac.png) center no-repeat;
    overflow: hidden;
}

.product .title{
    margin-bottom: 0;
}



.product .product_tab li{
    padding: 0 23px;
    font-size: 20px;
    color: #828282;
    line-height: 100px;
    position: relative;
}

.product .product_tab li a{
    color: #828282;
}

.product .product_tab li:hover{
    color: #124ea3;
    cursor:pointer;
}

.product .product_tab li .p3.active{
    color: #124ea3;
}

.product .product_tab li .b-r{
    width: 1px;
    height: 15px;
    background: #f0f0f0;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}







.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product .swiper-button-next:after, .product .swiper-button-prev:after{
    font-size: inherit!important;
}

.product .swiper-button-next, .product .swiper-button-prev{
    top: 98%!important;
    color: #093f8b!important;
}

.product .swiper-button-prev, .product .swiper-rtl .swiper-button-next{
    left: 40%!important;
}

.product .swiper-button-next, .product .swiper-rtl .swiper-button-prev{
    left: 58%!important;
}

.product .swiper-button-next.swiper-button-disabled, .product .swiper-button-prev.swiper-button-disabled{
    opacity: inherit!important;
    color: #ccc!important;
}

.pro-s{
    width: 380px;
    height: 430px!important;
    background: rgba(0,0,0,0)!important;
}

.pro-p{
    position: static!important;
    margin-top: 10px!important;
}

.pro-s>a{
    width: 100%;
    height: 100%;
    
}

.pro{
    width: 340px;
    height: 388px;
    overflow: hidden;
    background: #fff;
}

.pro-img1{
    width: 95px!important;
    height: 95px!important;
    position: absolute;
    right: -4%;
    top: -1%;
}

.product .product_box .proImg2{
    width: 153px;
    height: 160px;
    overflow: hidden;
    position: absolute;
    top: 20%;
    left: 50%;
    transform: translateX(-50%);
}

.pro-img2{
    width: auto!important;
    max-width: 100%!important;
    height: 100%!important;
    
}

.product .product_box .proImg3{
    width: 153px;
    height: 160px;
    overflow: hidden;
    position: absolute;
    top: 12%;
    left: 25%;
    /* transform: translateX(-50%); */
}

.pro-img3{
    width: auto!important;
    max-width: 100%!important;
    height: 100%!important;
    
}

.pro-s a:hover .pro{
    display: none;
}


.pro-s a:hover .pro_hover{
    display: block;
}



.pro_p{
    font-size: 20px;
    color: #124ea3;
    position: absolute;
    top: 75%;
    width: 80%;
    left: 50%;
    transform: translateX(-50%);
}

.pro .b-b{
    width: 55px;
    height: 2px;
    background: #cccccc;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 90%;
}

.pro_hover{
    width: 340px;
    height: 388px!important;
    background: #fff!important;
    overflow: hidden;
    display: none;
}

/* .pro-img3{
    width: 40%!important;
    height: 40%!important;
    margin: 40px auto!important;
} */

.pro_hover .pro_p1{
    font-size: 20px;
    color: #124ea3!important;
    width: 80%;
    margin: 0 auto;
    margin-top: 240px;
    font-weight: bold;
}

.pro_hover .pro_p2{
    font-size: 16px;
    color: #999!important;
    padding: 18px;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    height: 49px;
}

.tab-item .swiper-pagination-bullet{
    width: 11px!important;
    height: 11px!important;
    background: #999!important;
    border-radius: inherit!important;
}

.tab-item .swiper-pagination-bullet-active{
    background: #093f8b!important;
    width: 37px!important;
}


.com-swiper{
    /* margin-top: 40px; */
}

.com-s{
    width: 283px!important;
    height: 125px!important;
}

.com-p{
    position: static!important;
    margin-top: 40px!important;
    margin-bottom: 50px!important;
}

.company .swiper-pagination-bullet{
    width: 11px!important;
    height: 11px!important;
    background: #999!important;
    border-radius: inherit!important;
}

.company .swiper-pagination-bullet-active{
    background: #093f8b!important;
    width: 37px!important;
}

.company a img{
    transition: all 0.5s ease-out 0.1s;
}

.company a:hover img{
    transform: scale(1.1)
}

.company .swiper-wrapper{
    padding-top: 20px;
}

.company .title{
    margin: 50px auto 20px;
}



.index-ban, .news_title, .news ul, .news_box, .title, .product_tab .product_box, .product .swiper, .company .swiper{visibility: hidden;}
.index-ban.active, .news_title.active, .news ul.active, .news_box.active, .title.active, .product_tab.active, .product_box.active, .product .swiper.active, .company .swiper.active{
    visibility: visible;
    animation-delay: 0.2s;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}